home *** CD-ROM | disk | FTP | other *** search
/ HAM Radio 1997 / HAM Radio 1997.iso / vcls / prntprev / defabort.dfm / defabort.txt
Text File  |  1996-04-08  |  1KB  |  66 lines

  1. object DefaultAbortDlg: TDefaultAbortDlg
  2.   Left = 352
  3.   Top = 221
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Printing...'
  7.   ClientHeight = 121
  8.   ClientWidth = 177
  9.   Font.Color = clBlack
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = [fsBold]
  13.   PixelsPerInch = 96
  14.   Position = poScreenCenter
  15.   Scaled = False
  16.   TextHeight = 13
  17.   object Bevel: TBevel
  18.     Left = 8
  19.     Top = 8
  20.     Width = 161
  21.     Height = 65
  22.     Shape = bsFrame
  23.     IsControl = True
  24.   end
  25.   object DocName: TLabel
  26.     Left = 16
  27.     Top = 16
  28.     Width = 145
  29.     Height = 17
  30.     Alignment = taCenter
  31.     AutoSize = False
  32.     Caption = 'DocName'
  33.   end
  34.   object PageLabel: TLabel
  35.     Left = 16
  36.     Top = 48
  37.     Width = 145
  38.     Height = 13
  39.     Alignment = taCenter
  40.     AutoSize = False
  41.     Caption = 'PageLabel'
  42.   end
  43.   object PageGauge: TGauge
  44.     Left = 16
  45.     Top = 40
  46.     Width = 145
  47.     Height = 25
  48.     ForeColor = clNavy
  49.     MinValue = 16
  50.     MaxValue = 47
  51.     Progress = 36
  52.   end
  53.   object CancelBtn: TBitBtn
  54.     Left = 48
  55.     Top = 84
  56.     Width = 81
  57.     Height = 27
  58.     TabOrder = 0
  59.     OnClick = CancelBtnClick
  60.     Kind = bkCancel
  61.     Margin = 2
  62.     Spacing = -1
  63.     IsControl = True
  64.   end
  65. end
  66.